projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1907e
)
* editfns.c (Ftranspose_regions): Use set_text_properties_1
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 24 Mar 2007 15:50:05 +0000
(15:50 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 24 Mar 2007 15:50:05 +0000
(15:50 +0000)
instead of Fset_text_properties to avoid GC. Signal after change.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index daac9492eaf09d326f015569ff7770988bca808c..bfe41f5c0b6069514f21049c3d11a8add7013c36 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2007-03-24 Chong Yidong <cyd@stupidchicken.com>
+
+ * editfns.c (Ftranspose_regions): Use set_text_properties_1
+ instead of Fset_text_properties to avoid GC. Signal after change.
+
2007-03-24 Eli Zaretskii <eliz@gnu.org>
* xfns.c (Fx_show_tip): Doc fix.